GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / PdfLineCapStyle Enumeration





PdfLineCapStyle Enumeration
Specifies the shape to be used at the ends of open subpaths (and dashes, if any) when they are stroked.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum PdfLineCapStyle 
   Inherits System.Enum
 
Members
MemberValueDescription
PdfLineCapStyleButt0Butt cap. The stroke is squared off at the endpoint of the path. There is no projection beyond the end of the path.
PdfLineCapStyleProjectingSquare2Projecting square cap. The stroke continues beyond the endpoint of the path for a distance equal to half the line width and is squared off.
PdfLineCapStyleRound1Round cap. A semicircular arc with a diameter equal to the line width is drawn around the endpoint and filled in.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.PdfLineCapStyle

See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace